Release 10.1A: OpenEdge Data Management:
SQL Reference
LTRIM
Removes all the leading characters in
char_expressionthat are present inchar_setand returns the resulting string. The first character in the result is guaranteed not to be inchar_set. If you do not specify thechar_setargument, leading blanks are removed.Syntax
Example
This example illustrates the
LTRIMfunction:
Notes
- The first argument to the function must be of type
CHARACTER.- The second argument to the function must be of type
CHARACTER.- The result is of type
CHARACTER.- If the argument expression evaluates to
NULL, the result isNULL.- The
char_expression, the character set specified bychar_set, and the result can contain multi-byte characters.Compatibility
ODBC compatible
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |